home *** CD-ROM | disk | FTP | other *** search
- head 1.1;
- access;
- symbols;
- locks
- dlorre:1.1; strict;
- comment @ * @;
-
-
- 1.1
- date 96.08.23.16.57.35; author dlorre; state Exp;
- branches;
- next ;
-
-
- desc
- @EnvManager : Gestionnaire d'Environnement
- Auteur : Dominique Lorre
- @
-
-
- 1.1
- log
- @Initial revision
- @
- text
- @#ifndef ENVDEF_H
- #define ENVDEF_H
-
-
- #define MAXSIZE 255
- #define MAXNAME 32
- #define MAXCONTENTS 80
- #define MAXENTRIES 50
- #define LOCAL_TYPE 0
- #define ALIAS_TYPE 1
- #define GLOBAL_TYPE 2
- #define ARCHIVED_TYPE 3
-
- #endif
-
- @
-